testsuite: Fix listbox tests
authorMatthias Clasen <mclasen@redhat.com>
Sat, 9 May 2020 03:03:53 +0000 (23:03 -0400)
committerMatthias Clasen <mclasen@redhat.com>
Tue, 12 May 2020 02:21:39 +0000 (22:21 -0400)
commit6f170a0cf70e58e98be3b0d2a170e2f2bec02559
treed7a15cf78f358be6fb0ea3895bd3ac03742ab993
parentc55aa7e590c37b1e239dd793e2fc3027962ebe1c
testsuite: Fix listbox tests

When moving from gtk_container_forall to the widget dom
api, we are now iterating over all children of the listbox,
including headers, separators, etc. So, skip everything
that is not a listboxrow, to make the tests work again.
testsuite/gtk/listbox.c